micro_utils.dokka
0.12.15
android
micro_utils.dokka
/
dev.inmo.micro_utils.coroutines
/
[android]flatMapNotNull
flat
Map
Not
Null
android
inline
fun
<
T
,
R
>
Flow
<
Flow
<
T
>
>
.
flatMapNotNull
(
crossinline
mapper
:
suspend
(
T
)
->
R
)
:
Flow
<
R
&
Any
>
Content copied to clipboard
@
JvmName
(
name
=
"flatMapNotNullIterable"
)
inline
fun
<
T
,
R
>
Flow
<
Iterable
<
T
>
>
.
flatMapNotNull
(
crossinline
mapper
:
suspend
(
T
)
->
R
)
:
Flow
<
R
&
Any
>
Content copied to clipboard